home *** CD-ROM | disk | FTP | other *** search
- Path: li.net!usenet
- From: aholder@li.net (Andrew Holder)
- Newsgroups: comp.lang.c
- Subject: Re: Huffman encoding
- Date: 28 Feb 1996 20:59:48 GMT
- Organization: Weenies Inc.
- Message-ID: <4h2fo4$4te@linet06.li.net>
- References: <4h00ci$euq@garuda.csulb.edu>
- NNTP-Posting-Host: lisuser61.li.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <4h00ci$euq@garuda.csulb.edu>, mackay@csulb.edu says...
- >
- >Does anyone have any suggestions on how I can program a simple version of
- >Huffman encoding/decoding in the C language?
- >
- >I am looking for source code to implemet a "two-pass" Huffman encoding
- >scheme which would read characters from a file on the first pass and then
- >perform the encoding and the second pass...
- >
- >Any help or suggestions would be much, much appreciated!!
- >
- >Thanks,
- >
- >Sharlene
-
-
- Look for the uuecode program posted on this news group. that will give you
- some source code to go by. Good luck.
-
-